crypto/internal/edwards25519.Point.z (field)
20 uses
crypto/internal/edwards25519 (current package)
edwards25519.go#L35: x, y, z, t field.Element
edwards25519.go#L126: zInv.Invert(&v.z) // zInv = 1 / Z
edwards25519.go#L182: v.z.One()
edwards25519.go#L205: v.Z.Set(&p.z)
edwards25519.go#L212: v.z.Multiply(&p.Z, &p.T)
edwards25519.go#L220: v.z.Square(&p.Z)
edwards25519.go#L236: v.Z.Set(&p.z)
edwards25519.go#L247: invZ.Invert(&p.z)
edwards25519.go#L281: ZZ2.Multiply(&p.z, &q.Z)
edwards25519.go#L301: ZZ2.Multiply(&p.z, &q.Z)
edwards25519.go#L322: Z2.Add(&p.z, &p.z)
edwards25519.go#L341: Z2.Add(&p.z, &p.z)
edwards25519.go#L377: v.z.Set(&p.z)
edwards25519.go#L387: t1.Multiply(&v.x, &u.z)
edwards25519.go#L388: t2.Multiply(&u.x, &v.z)
edwards25519.go#L389: t3.Multiply(&v.y, &u.z)
edwards25519.go#L390: t4.Multiply(&u.y, &v.z)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |